Deliver
The samples below reflect a Deliver request and response.
Request
<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:v2="http://www.wolterskluwerfs.com/2014/05/DocServices/V2" xmlns:data="http://www.wolterskluwerfs.com/2014/05/DocServices/V2/Data">
<soap:Header/>
<soap:Body>
<v2:Deliver>
<!--Optional:-->
<v2:request>
<data:TransactionIdentifier>336962</data:TransactionIdentifier>
<data:Recipients>
<!--Zero or more repetitions:-->
<data:Recipient>
<!--Optional:-->
<data:RecipientIdentifier></data:RecipientIdentifier>
<!--Optional:-->
<data:Name>Anne Hazen</data:Name>
<!--Optional:-->
<data:BusinessName></data:BusinessName>
<!--Optional:-->
<data:AddressLine1>123 Main</data:AddressLine1>
<!--Optional:-->
<data:AddressLine2>?</data:AddressLine2>
<!--Optional:-->
<data:City>Troy</data:City>
<!--Optional:-->
<data:State>MI</data:State>
<!--Optional:-->
<data:ZIP>48085</data:ZIP>
<!--Optional:-->
<data:CountryCode></data:CountryCode>
<!--You have a CHOICE of the next 3 items at this level-->
<!--Optional:-->
<data:FedEx>
<data:PriorityOvernight>false</data:PriorityOvernight>
<data:StandardOvernight>false</data:StandardOvernight>
<data:TwoDayShipping>false</data:TwoDayShipping>
<data:InternationalPriority>false</data:InternationalPriority>
<data:Economy>true</data:Economy>
</data:FedEx>
<!--Optional:-->
</data:Recipient>
</data:Recipients>
<data:ReturnAddress>
<!--Optional:-->
<data:Name>Amme</data:Name>
<!--Optional:-->
<data:BusinessName>WKFS</data:BusinessName>
<!--Optional:-->
<data:AddressLine1>123 Main</data:AddressLine1>
<!--Optional:-->
<data:AddressLine2></data:AddressLine2>
<!--Optional:-->
<data:City>Troy</data:City>
<!--Optional:-->
<data:State>MI</data:State>
<!--Optional:-->
<data:ZIP>48085</data:ZIP>
<!--Optional:-->
<data:CountryCode></data:CountryCode>
</data:ReturnAddress>
<!--Optional:-->
<data:Callback>
<!--Optional:-->
<data:Authorization>
<data:AuthType>HTTPBasic</data:AuthType>
<!--Optional:-->
<data:User>callback</data:User>
<!--Optional:-->
<data:Password>Today123!</data:Password>
</data:Authorization>
<!--Optional:-->
<data:URL>https://labw6408hvm253.wkmnlab.net/TestCallbackListeners/TestDocGenCallbackService.svc
</data:URL>
</data:Callback>
<data:AccountIdentifier>1</data:AccountIdentifier>
<data:PassthroughIdentifier></data:PassthroughIdentifier>
</v2:request>
</v2:Deliver>
</soap:Body>
</soap:Envelope> Response
<s:Envelope xmlns:s="http://www.w3.org/2003/05/soap-envelope" xmlns:a="http://www.w3.org/2005/08/addressing" xmlns:u="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd">
<s:Header>
<a:Action s:mustUnderstand="1">http://www.wolterskluwerfs.com/2014/05/DocServices/V2/IEDocService/DeliverResponse</a:Action>
<o:Security s:mustUnderstand="1" xmlns:o="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd">
<u:Timestamp u:Id="_0">
<u:Created>2016-06-15T11:57:22.314Z</u:Created>
<u:Expires>2016-06-15T12:02:22.314Z</u:Expires>
</u:Timestamp>
</o:Security>
</s:Header>
<s:Body xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
<DeliverResponse xmlns="http://www.wolterskluwerfs.com/2014/05/DocServices/V2">
<DeliverResult>
<TransactionIdentifier>336963</TransactionIdentifier>
</DeliverResult>
</DeliverResponse>
</s:Body>
</s:Envelope>